home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/Matrix.h>
-
- @interface ListMatrix:Matrix
- {
- id matrixCache, cellCache, activeCell;
- BOOL controlDrag;
- }
-
- /* instance methods */
- - cellListIncludeAll:(BOOL) all;
- - (BOOL)addToList:sender;
-
- - init;
- - free;
- - mouseDown:(NXEvent *)theEvent;
- - drawSelf:(NXRect *)rects :(int)count;
- - setupCacheWindows;
- - sizeCacheWindow:cacheWindow to:(NXSize *)windowSize;
-
- - (BOOL)controlDrag;
- - setControlDrag:(BOOL) asdf;
- @end
-